QueryException

An error that occurred when trying to create a Query.

class QueryException : Exception {}

Constructors

this
this(TSQueryError error)

Create a new QueryException with the given TSQueryError.

Members

Variables

error
TSQueryError error;

the internal TSQueryError error

Meta